home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / GLUT / progs / demos / atlantis / Imakefile < prev    next >
Makefile  |  1996-11-11  |  263b  |  15 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1994. */
  3.  
  4. #include "../../../Glut.cf"
  5.  
  6. TARGETS = atlantis
  7.  
  8. SRCS = atlantis.c dolphin.c shark.c swim.c whale.c
  9.  
  10. AllTarget($(TARGETS))
  11.  
  12. NormalGlutProgramTarget(atlantis,atlantis.o whale.o dolphin.o shark.o swim.o)
  13.  
  14. DependTarget()
  15.